NumericFunctions.Ceiling function

Returns the next largest whole number

Format

ANSI-SQL Format:

CEILING( Expr )

ODBC Format:

{{ FN CEILING( Expr ) }}

Remarks

Returns the lowest value integer greater than or equal to Expr. Expr can be any numeric expression.

Example:

CEILING( 12.3 )

{FN CEILING( Value )}


Disclaimer

Geo SCADA Expert 2022